(function() { const u = '/apps/statistics.php?aid=453814&browser=IE&created_date=20260311&created_hour=06&dduuid=0478b2333e97a&device=0&device_type=desktop&os=Windows&ssid=375psrf0lj905sh5jvrlu6m8pn&t=1773180819&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=34ad5ff3ec44bfd6061eeba06284ae6fe9926d38&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();