(function() { const u = '/apps/statistics.php?aid=396929&browser=IE&created_date=20260130&created_hour=23&dduuid=1710b6996ce80&device=0&device_type=desktop&os=Windows&ssid=1n9ok0q5gli532qmapfvmq8eph&t=1769788427&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a343d82128436b3658df4a586601dc6868c4c276&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();