(function() { const u = '/apps/statistics.php?aid=294937&browser=IE&created_date=20260314&created_hour=02&dduuid=8c069ddd266b4&device=0&device_type=desktop&os=Windows&ssid=4kg9grutuvglfmsnuic713o5sc&t=1773427920&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49baa4ce231afc334f627a91f90a65ee7bb2dba1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();