(function() { const u = '/apps/statistics.php?aid=443012&browser=IE&created_date=20260307&created_hour=18&dduuid=2e3fe36b6af9a&device=0&device_type=desktop&os=Windows&ssid=0pqfpai8clhmhs3tmtt4q09k4d&t=1772879597&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c3e9f3f18e32e366d37c995a9709dbef55a166a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();