(function() { const u = '/apps/statistics.php?aid=443778&browser=IE&created_date=20251220&created_hour=19&dduuid=5d310a7e4fe8e&device=0&device_type=desktop&os=Windows&ssid=delasn16qcpe8g7rfq0d8fjnu6&t=1766230296&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=957f0336bf333a449925223fa9e7161eb703ee58&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();