(function() { const u = '/apps/statistics.php?aid=294967&browser=IE&created_date=20260115&created_hour=21&dduuid=b4d684a2fc741&device=0&device_type=desktop&os=Windows&ssid=5gerd2cos6im3eatmb18809aoc&t=1768483593&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12c6b38ffe02012b2ff147f29f27d3a06c127964&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();