(function() { const u = '/apps/statistics.php?aid=452777&browser=IE&created_date=20260311&created_hour=13&dduuid=c00ebf41a76fa&device=0&device_type=desktop&os=Windows&ssid=besd89s3lbr54lrp0nritv49eg&t=1773207812&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be4e91fedcdbd3f574e2b19ccfd048e17989a5ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();