(function() { const u = '/apps/statistics.php?aid=22748&browser=IE&created_date=20260305&created_hour=07&dduuid=67a8dd21ccefe&device=0&device_type=desktop&os=Windows&ssid=iee6js3dtkr6h294q3cij6nb6q&t=1772667315&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48d016f3371f8c729a93747ef8ddd3caec6b2ef0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();