(function() { const u = '/apps/statistics.php?aid=207138&browser=IE&created_date=20251224&created_hour=12&dduuid=51b2abb917c77&device=0&device_type=desktop&os=Windows&ssid=fe0e9sh1mtl52vj49ao0nmatld&t=1766550084&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20c664790bfea719ed7ff4b5f4c46cc207ec881e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();