(function() { const u = '/apps/statistics.php?aid=457358&browser=IE&created_date=20260305&created_hour=03&dduuid=570f78d299659&device=0&device_type=desktop&os=Windows&ssid=5m9ie0re5ro9hc3nk1dnco5h6a&t=1772651737&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44b856bfd3bc48378cba2e58b4cd972ac2ddb042&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();