(function() { const u = '/apps/statistics.php?aid=455893&browser=IE&created_date=20260304&created_hour=11&dduuid=dfc234f6fc360&device=0&device_type=desktop&os=Windows&ssid=te93tmqq19l15k9dd53v5ht1pm&t=1772594552&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=518bacea38dd8c8dddd0d1a9fa4f874b11440a36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();