(function() { const u = '/apps/statistics.php?aid=360183&browser=IE&created_date=20260312&created_hour=10&dduuid=40b5ae037cbb8&device=0&device_type=desktop&os=Windows&ssid=djar1u57g692iqb5r3rs5lajko&t=1773283683&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=532d388bfbb64b113ef563ac82077def05acf56b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();