(function() { const u = '/apps/statistics.php?aid=368908&browser=IE&created_date=20260311&created_hour=23&dduuid=528eae17b40c9&device=0&device_type=desktop&os=Windows&ssid=2md7n2d8fmb06fm9i76rakbvu3&t=1773244639&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c581ad94e145358f744a71abbcfcfa0ee1d209af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();