(function() { const u = '/apps/statistics.php?aid=18124&browser=IE&created_date=20260125&created_hour=03&dduuid=e706039c0ddeb&device=0&device_type=desktop&os=Windows&ssid=hk651aa85tppdkpq3f16bdkbvm&t=1769283926&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec28e89f7ef3323acf54e45cc28f04d8fcb08fec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();