(function() { const u = '/apps/statistics.php?aid=257383&browser=IE&created_date=20260120&created_hour=04&dduuid=cb28405fcd7ba&device=0&device_type=desktop&os=Windows&ssid=lf23en6f08s0qe4nb3bfv17odu&t=1768856140&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfcb55e9f1568f867beb3e89f3a85e754c0f9cce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();