(function() { const u = '/apps/statistics.php?aid=374&browser=IE&created_date=20260308&created_hour=00&dduuid=9dd10e41fead5&device=0&device_type=desktop&os=Windows&ssid=2ag2djn9go5c0q2kpu7pb1lmiq&t=1772899376&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2bfc3f21130733c71eb6dea58b39ffa36cab3de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();