(function() { const u = '/apps/statistics.php?aid=390180&browser=IE&created_date=20260112&created_hour=23&dduuid=3fc7c3f668feb&device=0&device_type=desktop&os=Windows&ssid=mibt91s7meutk7ld0frmdtgsse&t=1768233276&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66e8cab542b8d42c0a74e80da44ec16c2b02815f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();