(function() { const u = '/apps/statistics.php?aid=455832&browser=IE&created_date=20260304&created_hour=19&dduuid=2a1e0f61872c7&device=0&device_type=desktop&os=Windows&ssid=ets6jrk3s5fov6jd9r9r71p51s&t=1772622675&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e38f4b269b5b9d1d928269be40e8146db16d88ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();