(function() { const u = '/apps/statistics.php?aid=334329&browser=IE&created_date=20260311&created_hour=11&dduuid=4eb39fc2693e4&device=0&device_type=desktop&os=Windows&ssid=uvu0itq292j0gr5ddh4b7icirn&t=1773198164&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=522942e2e8ea5d0b8d1d9bf2ef5b0e68f985c92b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();