(function() { const u = '/apps/statistics.php?aid=442075&browser=IE&created_date=20260304&created_hour=23&dduuid=016b7f3c760a1&device=0&device_type=desktop&os=Windows&ssid=qn25ti5f4ecj0iodjl5gsonl6b&t=1772639336&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0256ccd3cfd01d2403e7c712171834cbb96db092&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();