(function() { const u = '/apps/statistics.php?aid=442339&browser=IE&created_date=20260304&created_hour=22&dduuid=ad305eaef713f&device=0&device_type=desktop&os=Windows&ssid=vrehs8ei44le6kh4gt7lquf7rn&t=1772633810&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7295372048c2137e1171dd7c30e2f2676a46e0ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();