(function() { const u = '/apps/statistics.php?aid=455446&browser=IE&created_date=20260313&created_hour=02&dduuid=e8f519f47040b&device=0&device_type=desktop&os=Windows&ssid=m4bb4dvs0a6atmt1ds3f2h7hsn&t=1773340620&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07cb58bc5eda846d2baeba0d3d8591080c0e8547&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();