(function() { const u = '/apps/statistics.php?aid=455225&browser=IE&created_date=20260303&created_hour=16&dduuid=48364a1cbcfd3&device=0&device_type=desktop&os=Windows&ssid=059r1ghmprppgr236ee7hb91vm&t=1772525810&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e9d25169b62653d8ef0403acde03b70f1ede8ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();