(function() { const u = '/apps/statistics.php?aid=412208&browser=IE&created_date=20260303&created_hour=12&dduuid=d29977c46fda2&device=0&device_type=desktop&os=Windows&ssid=9i3gfkqio8a9113vm5h4gptir9&t=1772513917&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83ee701aee463bc67df99dca6fbf6cbda64c2f96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();