(function() { const u = '/apps/statistics.php?aid=454585&browser=IE&created_date=20260305&created_hour=00&dduuid=e290110343cf9&device=0&device_type=desktop&os=Windows&ssid=e82f1apdttgoke7i9tcblb0gsg&t=1772642383&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d4c6109a6bde080410f88f2c2462990b59a2527&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();