(function() { const u = '/apps/statistics.php?aid=455157&browser=IE&created_date=20260305&created_hour=17&dduuid=aac1fc07fee80&device=0&device_type=desktop&os=Windows&ssid=6no09pdd40730i1l8n2qhbeg1m&t=1772703785&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14d54ef0cbbed88cd6b279a0912909e1fd5941ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();