(function() { const u = '/apps/statistics.php?aid=440684&browser=IE&created_date=20260315&created_hour=21&dduuid=36043890e1331&device=0&device_type=desktop&os=Windows&ssid=f3ie1nflm6908oeb064gh20vtc&t=1773582182&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=584f44aef62552ae12f1ba51e9b3ecbfcc5c7871&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();