(function() { const u = '/apps/statistics.php?aid=392252&browser=IE&created_date=20251220&created_hour=15&dduuid=a6cbfe3945528&device=0&device_type=desktop&os=Windows&ssid=1l6tspq6en9m81qdab6ji630ov&t=1766214658&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43633cc183676a3bf31fe0e93765c1cbd52e7a5b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();