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