(function() { const u = '/apps/statistics.php?aid=419512&browser=IE&created_date=20251220&created_hour=18&dduuid=a516cb8b442d0&device=0&device_type=desktop&os=Windows&ssid=f3gn0uhjeeu9prsaqhnjbd7tpm&t=1766225481&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4314e478f0a06b777466a10a3f2646895d749bad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();