(function() { const u = '/apps/statistics.php?aid=113252&browser=IE&created_date=20260312&created_hour=00&dduuid=00fd0758423c5&device=0&device_type=desktop&os=Windows&ssid=lpfbsdj0svc359gqfhbevacj4j&t=1773246895&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d82548491989b40ad198aa3c8544e80600a232f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();