(function() { const u = '/apps/statistics.php?aid=454524&browser=IE&created_date=20260310&created_hour=05&dduuid=edd6781f1f33e&device=0&device_type=desktop&os=Windows&ssid=sq0u3qmt5vbmqg29l4i0rumpfh&t=1773092862&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3160d7846b3d478447805bd9fccc1aedfc3faa35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();