(function() { const u = '/apps/statistics.php?aid=455807&browser=IE&created_date=20260311&created_hour=07&dduuid=31b6662c355d6&device=0&device_type=desktop&os=Windows&ssid=t3cqts31p0hpivhbv3n0tvp71u&t=1773183882&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6350ddb12fd46e1c220a837692f5a83b5269ca9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();