(function() { const u = '/apps/statistics.php?aid=440912&browser=IE&created_date=20260304&created_hour=00&dduuid=c0d8cb2114b24&device=0&device_type=desktop&os=Windows&ssid=s81tq11m9h9n0sdthinifsgbou&t=1772555324&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=827fae3aa2ead76365db5b89cd41a08ca0079d67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();