(function() { const u = '/apps/statistics.php?aid=414489&browser=IE&created_date=20260118&created_hour=12&dduuid=2eb47e36bc700&device=0&device_type=desktop&os=Windows&ssid=a8r9jochtoe819q0r1e1ga2b5h&t=1768711895&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46c4691136af43261c62e4705f8b106a4b89cd1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();