(function() { const u = '/apps/statistics.php?aid=454095&browser=IE&created_date=20260308&created_hour=18&dduuid=71a13c926117a&device=0&device_type=desktop&os=Windows&ssid=ms1r3ghbarl6rev1if64pg1mte&t=1772965675&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=564ac95adbace5f89ca627200245d9df9b1857ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();