(function() { const u = '/apps/statistics.php?aid=442069&browser=IE&created_date=20260224&created_hour=03&dduuid=db68480a0698d&device=0&device_type=desktop&os=Windows&ssid=tee7mrk9ggmrgsko10r00bh5gs&t=1771876706&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=723102e18bdc383098b52ca4173d917c9b1f3758&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();