(function() { const u = '/apps/statistics.php?aid=209095&browser=IE&created_date=20251228&created_hour=23&dduuid=7191240dbaf54&device=0&device_type=desktop&os=Windows&ssid=90r2hcp1b4trmo93o96fpnas2k&t=1766934223&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e4d97bd3f2d937274ffc019afa93ed155cc33da4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();