(function() { const u = '/apps/statistics.php?aid=455225&browser=IE&created_date=20260304&created_hour=14&dduuid=108e4b11005b7&device=0&device_type=desktop&os=Windows&ssid=7kbcq00mn7ajur6nrv4qnd1f3a&t=1772604498&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad919c4504b9e9a75f5406e5032e2ccf208848fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();