(function() { const u = '/apps/statistics.php?aid=264454&browser=IE&created_date=20260118&created_hour=23&dduuid=9faa68a20fdbf&device=0&device_type=desktop&os=Windows&ssid=5btaduarak9j3ctth0odo8kpgn&t=1768750829&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb511206ae15786d7425cedac3cc32d6a4b62124&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();