(function() { const u = '/apps/statistics.php?aid=35961&browser=IE&created_date=20260224&created_hour=02&dduuid=c7d5fe0b49934&device=0&device_type=desktop&os=Windows&ssid=55a0q8c9t01ou2i4ab2cobj5dk&t=1771871836&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=204d17828d8948ce93438900ec1de449c9d30e93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();