(function() { const u = '/apps/statistics.php?aid=456109&browser=IE&created_date=20260310&created_hour=09&dduuid=fcd472885ed9e&device=0&device_type=desktop&os=Windows&ssid=9fei6n2mt3a5m895vuqgune6q7&t=1773104587&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f502667675f57e1bb650538edd654d2e0af9844a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();