(function() { const u = '/apps/statistics.php?aid=18283&browser=IE&created_date=20260312&created_hour=01&dduuid=65172f00ae069&device=0&device_type=desktop&os=Windows&ssid=pktp7ctd79fc75vplcneo3k2c5&t=1773250187&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19a2197451a027d40f485c73c631fd11c696d9d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();