(function() { const u = '/apps/statistics.php?aid=269299&browser=IE&created_date=20260118&created_hour=01&dduuid=d3f6104c204ed&device=0&device_type=desktop&os=Windows&ssid=hgp0eodt3js7h28o11ol7iutis&t=1768672551&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efdbcc20ab12be83e1c3ef11f7ca12e2713d0ca0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();