(function() { const u = '/apps/statistics.php?aid=453817&browser=IE&created_date=20260224&created_hour=06&dduuid=5b0840e6346b0&device=0&device_type=desktop&os=Windows&ssid=hn6qa9834oecv7t488u3lptco4&t=1771885755&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ea3096172f9785736e7709bfd7e97444b1ebc92&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();