(function() { const u = '/apps/statistics.php?aid=455323&browser=IE&created_date=20260304&created_hour=14&dduuid=d2386bf51db44&device=0&device_type=desktop&os=Windows&ssid=3b5sbfma87tta87j8dt3p0err3&t=1772604497&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e73183da384dff4f6786688e256163f692d4afc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();