(function() { const u = '/apps/statistics.php?aid=98668&browser=IE&created_date=20260306&created_hour=17&dduuid=a31c173ab2ba4&device=0&device_type=desktop&os=Windows&ssid=j5b3cqkh5rsc5vea76u9g2041r&t=1772787666&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87f06f7253a9f84b71385ef1a101239f77103a21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();